projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fccf278
)
* cus-edit.el (customize-set-variable): Push setting to `user' theme.
author
Chong Yidong
<cyd@stupidchicken.com>
Sun, 19 Feb 2006 17:27:37 +0000
(17:27 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sun, 19 Feb 2006 17:27:37 +0000
(17:27 +0000)
lisp/cus-edit.el
patch
|
blob
|
history
diff --git
a/lisp/cus-edit.el
b/lisp/cus-edit.el
index 77335615bfe5f76211f9ce5a5e6faf219da5be5c..feacc9adf0db1622ec1067ea761673d53cad3706 100644
(file)
--- a/
lisp/cus-edit.el
+++ b/
lisp/cus-edit.el
@@
-932,6
+932,7
@@
If given a prefix (or a COMMENT argument), also prompt for a comment."
"Set customized value for %s to: "
current-prefix-arg))
(custom-load-symbol variable)
+ (custom-push-theme 'theme-value variable 'user 'set (custom-quote value))
(funcall (or (get variable 'custom-set) 'set-default) variable value)
(put variable 'customized-value (list (custom-quote value)))
(cond ((string= comment "")